www.gusucode.com > VC++ 换肤窗口源码程序 > VC++ 换肤窗口源码程序\code\SkinWin\SkinResource.cpp

    //Download by http://www.NewXing.com
// SkinResource.cpp: implementation of the CSkinResource class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "SkinResource.h"

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CSkinResource::CSkinResource()
{

}

CSkinResource::~CSkinResource()
{

}